GET Reporting/Alerts/Details/{projectDefinedId}?alertIds[0]={alertIds[0]}&alertIds[1]={alertIds[1]}&language={language}

Given a list of alert ids, this will pull back all the details and comments from an several alerts, Survey responses are not given from this API

Request Information

URI Parameters

NameDescriptionType Additional information
projectDefinedId

Project Defined ID for the project

string

Required

alertIds

A list of longs (alert ids) to pull back

Collection of integer

Required

language

string to identify the language, US for example

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Smg.RestApi.Model.Reporting.Alert

Response Formats